drm/vc4: Add DSI driver
authorEric Anholt <eric@anholt.net>
Wed, 10 Feb 2016 19:42:32 +0000 (11:42 -0800)
committerpopcornmix <popcornmix@gmail.com>
Mon, 20 Feb 2017 20:31:48 +0000 (20:31 +0000)
commit0e9caedfb558cbd1fc71f5d8a29e660af9b00140
tree450888141a3faa40b7253d92407b6de24459b4a8
parentba7aa96022fc1725eac9880c7234eb5064b5101a
drm/vc4: Add DSI driver

The DSI0 and DSI1 blocks on the 2835 are related hardware blocks.
Some registers move around, and the featureset is slightly different,
as DSI1 (the 4-lane DSI) is a later version of the hardware block.
This driver doesn't yet enable DSI0, since we don't have any hardware
to test against, but it does put a lot of the register definitions and
code in place.

Signed-off-by: Eric Anholt <eric@anholt.net>
drivers/gpu/drm/vc4/Kconfig
drivers/gpu/drm/vc4/Makefile
drivers/gpu/drm/vc4/vc4_debugfs.c
drivers/gpu/drm/vc4/vc4_drv.c
drivers/gpu/drm/vc4/vc4_drv.h
drivers/gpu/drm/vc4/vc4_dsi.c [new file with mode: 0644]